META
Tags
META Tags are the most basic for manipulating the search engines. Some
search engines will use these META Tags to index web content and give this
more weight than the actual content of the page.
There are two main META Tags recognized by the search engines:
"description" and "keywords". These tags need to be placed in the "head"
section of your html document. That is they need to reside between
<head> and </head>.
Use the following syntax:
<meta name="description" content="Write your description
here">
and:
<meta name="keywords" content="Write your keywords here">
Some engines will look for agreement between the "description",
"keyword", "title" and body text.
So, try to use the same keywords in each
field.
For example:
<head>
<title>How To Make Your Web Site Search Engine
Friendly</title>
<meta name="description" content="This
site teaches you how to make your web site search engine friendly. How to
instruction topics cover web page design optimization, choosing keywords, and
the use of META Tags.">
<meta name="keywords" content="being found in
search engines, web page design optimization, choosing good keywords, using
meta tags, meta, META, Meta, meta tags, Meta Tags, META TAGS, keywords,
KEYWORDS, Keywords, description, DESCRIPTION, Description, title, TITLE,
Title, content, Content, CONTENT, html, HTML, Html"> </head>
META tags can control what appears as the summary of your web page and will
be displayed after the title of your document in the index listing. The
content of the description should clearly convey what one can expect to find
when linking to your site. Remember that while some search engines do take
these keywords into account when indexing your page, they are still going to
index the entire contents of your page.
back to
top of page